Skip to main content

Default Configurations

Here you can find all the default configuration files.

config.yml
prefix: "&8[&#00F7DDC&#00E9DDo&#00DBDCc&#01CEDCo&#01C0DBF&#01B2DBF&#01A4DAA&8] &7ยป"

command:
main: "ffa"
aliases:
- "freeforall"

locale-file: "messages_en.yml"

settings:
database:
type: "sqlite"
table-prefix: "cocoffa_"

mysql:
host: "localhost"
port: 3306
database: "cocoffa"
username: "root"
password: ""
ssl: false
pool-size: 10

sqlite:
file: "cocoffa.db"

infiniteSymbol: "โˆž"
leaderboard-update-seconds: 180
waiting-time: 180

player-limits:
min-players: 2
max-players: -1

broadcast:
enabled: true
times:
- 180
- 120
- 60
- 30
- 10
- 5
- 3
- 2
- 1

allowed-commands:
enabled: true
commands:
- "ffa"
- "freeforall"
- "msg"
- "tell"
- "r"
- "reply"
- "spawn"
- "tpa"
- "tpaccept"
- "tpdeny"
- "home"
- "sethome"
- "warp"

item-dropping:
countdown:
enabled: true
in-game:
enabled: false

max-players-per-ip:
enabled: true
max: 1

enderpearl:
restrict-outside-border: true

border:
teleport-if-outside-border: true
seconds: 3
blocks: 3

player-state-management:
enabled: true
allowed-gamemodes:
- "SURVIVAL"
- "ADVENTURE"
force-gamemode: "SURVIVAL"
fly:
disable-on-join: true

spectator:
staff-can-see: true
exit-gamemode: "SURVIVAL"
items:
player-selector:
material: "COMPASS"
name: "&ePlayer Selector"
lore:
- "&fRight-click to teleport to players"
- "&fin the arena you're spectating"
leave-spectate:
material: "BARRIER"
name: "&cLeave Spectate"
lore:
- "&fRight-click to stop spectating"
- "&fand return to spawn"

placeholders:
prefix: "cocoffa"
toplist_wins:
placeholder: "toplist_<place>"
value: "&#f5c400#%place% &f%player% &7ยป &#FF3737%wins% wins"
none: "&#f5c400#%place% &f- &7ยป &#FF3737- wins"
wins:
placeholder: "wins"
value: "&f%value%"
none: "&c0"

config-version: 2
arenas/default.yml
displayName: default

rewards:
commands: []

startLocation: ''
exitLocation: ''
borderCenter: ''

starter:
enabled: true
material: BLAZE_POWDER
glow: true
name: "&#00F7DD{arena_name} &fFFA Starter"
lore:
- " "
- "&fStarts an arena that anyone can join!"
- " "
- "&eRight-Click &6ยป &fStart Arena"

countdown:
actionbar:
enabled: true
message: "%prefix% &#00F7DD{start_seconds} &fseconds until &#00F7DD{arena_name} &fstarts!"
bossbar:
enabled: true
color: BLUE
style: SOLID
title: "%prefix% &#00F7DD{start_seconds} &fseconds until &#00F7DD{arena_name} &fstarts!"

scoreboard:
enabled: true
title: "&#00F7DD{arena_name} &fFFA"
lines:
- ""
- "&#00F7DDInformation:"
- "&fKills: &#00F7DD{kills}"
- "&fPlayers left: &#00F7DD{alive_players}"
- ""
- "#00F7DDEvent:"
- "&fArena: #00F7DD{arena_name}"
- ""
- "&#00F7DDdc.cocostudios.net"

ingame-actionbar:
enabled: true
message: "&fAlive: &#00F7DD{alive_players} &8&l| &fKills: &#00F7DD{kills}"

effects:
defaults:
- SPEED;1;1
- REGENERATION;1;1

'1':
start: 180
effects:
- SPEED;2;1
- REGENERATION;2;1

'2':
start: 300
effects:
- SPEED;3;1
- STRENGTH;1;1

border:
default: 100

'1':
start: 180
size: 80
seconds: 5

'2':
start: 300
size: 50
seconds: 10
webhook.yml
win:
url: "https://discord.com/api/webhooks/URL"
embed:
title: "๐Ÿ† Arena Victory"
description: |
**Victory Details:**
โ€ข Winner: `%player%`
โ€ข Arena: `%arena%`
โ€ข Kills: `%kills%`

๐ŸŽ‰ Congratulations on your victory!
color: "#FFD700"
footer: "CocoFFA"
image: ""
thumbnail: ""

join:
url: "https://discord.com/api/webhooks/URL"
embed:
title: "โž• Player Joined Arena"
description: |
**Join Details:**
โ€ข Player: `%player%`
โ€ข Arena: `%arena%`
โ€ข Players: `%current_players%/%max_players%`

๐Ÿ”ฅ The battle is heating up!
color: "#00FF00"
footer: "CocoFFA"
image: ""
thumbnail: ""

leave:
url: "https://discord.com/api/webhooks/URL"
embed:
title: "โž– Player Left Arena"
description: |
**Leave Details:**
โ€ข Player: `%player%`
โ€ข Arena: `%arena%`
โ€ข Players: `%current_players%/%max_players%`

๐Ÿ‘‹ Player has left the battlefield.
color: "#FF0000"
footer: "CocoFFA"
image: ""
thumbnail: ""

start:
url: "https://discord.com/api/webhooks/URL"
embed:
title: "๐ŸŽฎ Arena Started"
description: |
**Arena Start:**
โ€ข Arena: `%arena%`
โ€ข Players: `%player_count%`

โš”๏ธ Let the battle begin!
color: "#00FFFF"
footer: "CocoFFA"
image: ""
thumbnail: ""

stop:
url: "https://discord.com/api/webhooks/URL"
embed:
title: "๐Ÿ›‘ Arena Stopped"
description: |
**Arena Stop:**
โ€ข Arena: `%arena%`
โ€ข Reason: `%reason%`

๐Ÿ The battle has ended!
color: "#FFA500"
footer: "CocoFFA"
image: ""
thumbnail: ""

kill:
url: "https://discord.com/api/webhooks/URL"
embed:
title: "๐Ÿ’€ Player Eliminated"
description: |
**Elimination:**
โ€ข Eliminated: `%victim%`
โ€ข Killer: `%killer%`
โ€ข Arena: `%arena%`

โš”๏ธ Another warrior falls in battle!
color: "#FF4500"
footer: "CocoFFA"
image: ""
thumbnail: ""

webhook-version: 1